home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 266
- Top = 174
- BorderStyle = bsDialog
- Caption = 'Testbed Program for DOSInfo Unit'
- ClientHeight = 237
- ClientWidth = 308
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- KeyPreview = True
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- TextHeight = 15
- object GroupBox1: TGroupBox
- Left = 9
- Top = 12
- Width = 280
- Height = 101
- Caption = ' Floppy Disk Info Test '
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object Label1: TLabel
- Left = 13
- Top = 24
- Width = 171
- Height = 15
- Caption = 'Number of Floppy Disk Drives: '
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 13
- Top = 48
- Width = 140
- Height = 15
- Caption = 'First Floppy Disk Drive is:'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 13
- Top = 72
- Width = 158
- Height = 15
- Caption = 'Second Floppy Disk Drive is:'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object FlopTypeB: TLabel
- Left = 189
- Top = 72
- Width = 58
- Height = 15
- Caption = 'FlopTypeB'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object FlopTypeA: TLabel
- Left = 189
- Top = 48
- Width = 57
- Height = 15
- Caption = 'FlopTypeA'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object FlopCount: TLabel
- Left = 189
- Top = 24
- Width = 57
- Height = 15
- Caption = 'FlopCount'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- end
- object GroupBox2: TGroupBox
- Left = 9
- Top = 124
- Width = 280
- Height = 99
- Caption = ' Volume Label Test '
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- object Label4: TLabel
- Left = 13
- Top = 28
- Width = 78
- Height = 15
- Caption = 'Current Drive:'
- end
- object Label5: TLabel
- Left = 13
- Top = 62
- Width = 80
- Height = 15
- Caption = 'Volume Label:'
- end
- object DriveList: TComboBox
- Left = 100
- Top = 27
- Width = 84
- Height = 22
- Style = csDropDownList
- ItemHeight = 15
- TabOrder = 0
- OnChange = DriveListChange
- end
- object TheLabel: TEdit
- Left = 100
- Top = 60
- Width = 121
- Height = 22
- MaxLength = 11
- TabOrder = 1
- OnKeyPress = TheLabelKeyPress
- end
- end
- end
-